home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Internet Explorer 5.0 / ie 5.0 / iejava.cab / com / ms / ie / _SearchAssistantEvents.class (.txt) next >
Encoding:
Java Class File  |  1999-02-01  |  672 b   |  13 lines

  1. package com.ms.ie;
  2.  
  3. import com.ms.com.IUnknown;
  4. import com.ms.com._Guid;
  5.  
  6. public interface _SearchAssistantEvents extends IUnknown {
  7.    _Guid iid = new _Guid(370277850, (short)17499, (short)4562, (byte)-123, (byte)-34, (byte)0, (byte)-64, (byte)79, (byte)-93, (byte)92, (byte)-119);
  8.  
  9.    void OnNextMenuSelect(int var1);
  10.  
  11.    void OnNewSearch();
  12. }
  13.